Represents a strongly-typed object for retrieving a batch of items
from a single DynamoDB table
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class BatchGet<> : BatchGet
The BatchGet<> type exposes the following members
Properties
Name | Description | |
---|---|---|
![]() |
ConsistentRead | If set to true, a consistent read is issued. Otherwise eventually-consistent is used. |
![]() |
Results | List of results retrieved from DynamoDB. Populated after Execute is called. |
![]() |
Results | List of results retrieved from DynamoDB. Populated after Execute is called. |
Methods
Name | Description | |
---|---|---|
![]() |
AddKey(object) | Add a single item to get, identified by its hash primary key. |
![]() |
AddKey(object, object) | Add a single item to get, identified by its hash-and-range primary key. |
![]() |
AddKey(T) | |
![]() |
BeginExecute(AsyncCallback, object) |
Initiates the asynchronous execution of the Execute operation.
|
![]() |
Combine(BatchGet[]) | Creates a MultiTableBatchGet object that is a combination of the current BatchGet and the specified BatchGets |
![]() |
EndExecute(IAsyncResult) |
Finishes the asynchronous execution of the Execute operation.
|
![]() |
Execute() | Executes a server call to batch-get the items requested. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5